Setup Audit
Groups
Groups
get/api/cp/setup/audit/{param(ip|action|table)}
Path parameters
param(ip|action|table)string required
Param Ip Action Table identifier
Response
Successful response
Example response
{
"id": 12345,
"account_id": 1,
"user_id": 1,
"contact_id": 1,
"ip": "192.168.1.1",
"dt": "2025-01-17T10:30:00Z",
"pk": "example_pk",
"action": "example_action",
"table": "example_table",
"msg": "example_msg",
"data": "Sample data text content"
}